onItemHoverExit

open fun onItemHoverExit(@NonNull menu: @NonNull MenuBuilder, @NonNull item: @NonNull MenuItem)(source)

Called when hover exits a menu item.

If hover is moving to another item, this method will be called before onItemHoverEnter for the newly-hovered item.

Parameters

menu

the item's parent menu

item

the hovered menu item